write-through cache

write-through cache
= WT cache
кэш со сквозной (с прямой) записью
схема организации кэш-памяти, при которой данные, записываемые процессором, сначала обновляют кэш первого уровня (L1), который обновляет кэш второго уровня (L2), который обновляет кэш третьего уровня (L3, если он есть), который обновляет ОЗУ. Отсюда и название, поскольку система должна прописать данные через памяти всех уровней, перед тем как использовать новые. Данный процесс занимает много машинных тактов. Если ЦП в этот момент потребуются новые данные, то он должен ожидать завершения операции записи в медленную оперативную память. Применялся в процессорах 486
Ant:
см. тж. cache architecture

Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.

Игры ⚽ Поможем написать курсовую

Смотреть что такое "write-through cache" в других словарях:

  • Write Through Cache — Write Through Cache,   Prozessor Cache …   Universal-Lexikon

  • write-through cache —    A technique used in cache design for writing information back into main memory.    In a write through cache, each time the processor returns a changed bit of data to the cache, the cache updates that information in both the cache and in main… …   Dictionary of networking

  • write-through cache — rašymas ir į podėlį statusas T sritis informatika apibrėžtis Duomenų rašymas iš karto į atmintį ir į ↑podėlį. Rašymas nepaspartėja. Tačiau paspartėja tų pačių duomenų skaitymas, kol jie tebėra podėlyje. Taip pat padidėja sistemos patikimumas –… …   Enciklopedinis kompiuterijos žodynas

  • write-back cache —    A technique used in cache design for writing information back into main memory.    In a write back cache, the cache stores the changed block of data, but only updates main memory under certain conditions, such as when the whole block must be… …   Dictionary of networking

  • Write-Through — Cache [kæʃ] bezeichnet in der EDV eine Methode, um Inhalte, die bereits einmal vorlagen, beim nächsten Zugriff schneller zur Verfügung zu stellen. Caches sind als Puffer Speicher realisiert, die die Kopien zwischenspeichern. Sie können als… …   Deutsch Wikipedia

  • Write-once (cache coherency) — In cache coherency protocol literature, Write Once is the first write invalidate protocol defined. It has the optimization of executing write update on the first write and a write invalidate on all subsequent writes, reducing the overall bus… …   Wikipedia

  • Cache — This article is about the computer science optimization concept. For other uses, see Cache (disambiguation). In computer engineering, a cache (  /ˈk …   Wikipedia

  • cache —    Pronounced [cash]. A special area of memory, managed by a cache controller, that improves performance by storing the contents of frequently accessed memory locations and their addresses. A memory cache and a disk cache are not the same. A… …   Dictionary of networking

  • Cache — [kæʃ] bezeichnet in der EDV einen schnellen Puffer Speicher, der Zugriffe auf ein langsames Hintergrundmedium oder zeitaufwendige Neuberechnungen nach Möglichkeit vermeidet. Meist werden hierzu Inhalte/Daten gepuffert, die bereits einmal… …   Deutsch Wikipedia

  • Cache-Hierarchie — Cache [kæʃ] bezeichnet in der EDV eine Methode, um Inhalte, die bereits einmal vorlagen, beim nächsten Zugriff schneller zur Verfügung zu stellen. Caches sind als Puffer Speicher realisiert, die die Kopien zwischenspeichern. Sie können als… …   Deutsch Wikipedia

  • Cache-Speicher — Cache [kæʃ] bezeichnet in der EDV eine Methode, um Inhalte, die bereits einmal vorlagen, beim nächsten Zugriff schneller zur Verfügung zu stellen. Caches sind als Puffer Speicher realisiert, die die Kopien zwischenspeichern. Sie können als… …   Deutsch Wikipedia


Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»